home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / pcboard / bcmx120.zip / 148.PPE (.txt) next >
PCBoard Programming Language Executable  |  1994-06-22  |  671b  |  71 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 2.OO (plain) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.     String   STRING002
  21.  
  22. ;------------------------------------------------------------------------------
  23.  
  24.     STRING002 = PPEPath() + "graph\mxtext"
  25.     If (LangExt() <> "") Then
  26.         If (Exist(STRING002 + LangExt())) STRING002 = STRING002 + LangExt()
  27.     Endif
  28.     STRING001 = ReadLine(STRING002, 10)
  29.     FreshLine
  30.     DispStr STRING001
  31.  
  32. ;------------------------------------------------------------------------------
  33. ;
  34. ; Usage report (before postprocessing)
  35. ;
  36. ; ■ Statements used :
  37. ;
  38. ;    1       Goto 
  39. ;    3       Let 
  40. ;    2       If 
  41. ;    1       DispStr 
  42. ;    1       FreshLine
  43. ;
  44. ;
  45. ; ■ Functions used :
  46. ;
  47. ;    3       +
  48. ;    1       <>
  49. ;    1       !
  50. ;    1       PPEPath()
  51. ;    1       ReadLine()
  52. ;    1       Exist()
  53. ;    3       LangExt()
  54. ;
  55. ;------------------------------------------------------------------------------
  56. ;
  57. ; Analysis flags : No flag
  58. ;
  59. ;------------------------------------------------------------------------------
  60. ;
  61. ; Postprocessing report
  62. ;
  63. ;    0       For/Next
  64. ;    0       While/EndWhile
  65. ;    1       If/Then or If/Then/Else
  66. ;    0       Select Case
  67. ;
  68. ;------------------------------------------------------------------------------
  69. ;                 AEGiS Corp - Break the routines, code against the machines!
  70. ;------------------------------------------------------------------------------
  71.